home *** CD-ROM | disk | FTP | other *** search
/ Chip: 25 Years Anniversary / CHIP_25Jahre_Jubilaeum.iso / downloads / 388320 / MailWash.exe / {app} / MailWasher.exe / 0 / RCDATA / TREGISTRATIONFORM / TREGISTRATIONFORM.txt < prev   
Text File  |  2003-03-07  |  7KB  |  308 lines

  1. object RegistrationForm: TRegistrationForm
  2.   Left = 651
  3.   Top = 508
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Registration'
  7.   ClientHeight = 317
  8.   ClientWidth = 374
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poMainFormCenter
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Image1: TImage
  20.     Left = 16
  21.     Top = 48
  22.     Width = 28
  23.     Height = 21
  24.     AutoSize = True
  25.     Picture.Data = {<image000.bmp>}
  26.   end
  27.   object Label9: TLabel
  28.     Left = 16
  29.     Top = 8
  30.     Width = 283
  31.     Height = 13
  32.     Caption = 'You can have a registered version of SpamBuster right now!'
  33.   end
  34.   object debugLabel: TLabel
  35.     Left = 8
  36.     Top = 288
  37.     Width = 56
  38.     Height = 13
  39.     Caption = 'debugLabel'
  40.   end
  41.   object RichEdit1: TRichEdit
  42.     Left = 56
  43.     Top = 32
  44.     Width = 313
  45.     Height = 57
  46.     TabStop = False
  47.     BorderStyle = bsNone
  48.     Color = clBtnFace
  49.     Lines.Strings = (
  50.       
  51.         'Registration costs $10 US and in gratitude of your support we wi' +
  52.         'll '
  53.       'permanently remove the banner ads from this program. Enter '
  54.       
  55.         'your credit card details below and click the '#39'Register'#39' button. ' +
  56.         'Note '
  57.       'that your card details will be encrypted and kept secure.')
  58.     ReadOnly = True
  59.     TabOrder = 3
  60.   end
  61.   object RegisterButton: TButton
  62.     Left = 64
  63.     Top = 280
  64.     Width = 75
  65.     Height = 25
  66.     Caption = 'Register now'
  67.     Default = True
  68.     TabOrder = 0
  69.     OnClick = RegisterButtonClick
  70.   end
  71.   object CancelButton: TButton
  72.     Left = 288
  73.     Top = 280
  74.     Width = 75
  75.     Height = 25
  76.     Caption = 'Cancel'
  77.     TabOrder = 1
  78.     OnClick = CancelButtonClick
  79.   end
  80.   object GroupBox1: TGroupBox
  81.     Left = 10
  82.     Top = 96
  83.     Width = 353
  84.     Height = 169
  85.     Caption = ' Card information '
  86.     TabOrder = 2
  87.     object Label1: TLabel
  88.       Left = 8
  89.       Top = 64
  90.       Width = 48
  91.       Height = 13
  92.       Caption = 'Card type:'
  93.     end
  94.     object Label2: TLabel
  95.       Left = 8
  96.       Top = 104
  97.       Width = 63
  98.       Height = 13
  99.       Caption = 'Card number:'
  100.     end
  101.     object Label3: TLabel
  102.       Left = 8
  103.       Top = 32
  104.       Width = 31
  105.       Height = 13
  106.       Caption = 'Name:'
  107.     end
  108.     object Label4: TLabel
  109.       Left = 112
  110.       Top = 16
  111.       Width = 51
  112.       Height = 13
  113.       Alignment = taCenter
  114.       Caption = '(first name)'
  115.     end
  116.     object Label5: TLabel
  117.       Left = 192
  118.       Top = 16
  119.       Width = 29
  120.       Height = 13
  121.       Alignment = taCenter
  122.       Caption = '(initial)'
  123.     end
  124.     object Label6: TLabel
  125.       Left = 256
  126.       Top = 16
  127.       Width = 46
  128.       Height = 13
  129.       Alignment = taCenter
  130.       Caption = '(surname)'
  131.     end
  132.     object Label7: TLabel
  133.       Left = 8
  134.       Top = 136
  135.       Width = 65
  136.       Height = 13
  137.       Caption = 'Valid through:'
  138.     end
  139.     object Label8: TLabel
  140.       Left = 112
  141.       Top = 133
  142.       Width = 4
  143.       Height = 20
  144.       Caption = '/'
  145.       Font.Charset = DEFAULT_CHARSET
  146.       Font.Color = clWindowText
  147.       Font.Height = -17
  148.       Font.Name = 'MS Sans Serif'
  149.       Font.Style = []
  150.       ParentFont = False
  151.     end
  152.     object DigitsEdit1: TMaskEdit
  153.       Left = 80
  154.       Top = 104
  155.       Width = 41
  156.       Height = 21
  157.       EditMask = '9999;1;0'
  158.       Font.Charset = DEFAULT_CHARSET
  159.       Font.Color = clWindowText
  160.       Font.Height = -11
  161.       Font.Name = 'Courier'
  162.       Font.Style = []
  163.       MaxLength = 4
  164.       ParentFont = False
  165.       TabOrder = 5
  166.       Text = '    '
  167.       OnKeyDown = DigitsEditKeyDown
  168.     end
  169.     object VisaRadioButton: TRadioButton
  170.       Left = 80
  171.       Top = 64
  172.       Width = 113
  173.       Height = 17
  174.       Caption = 'Visa'
  175.       Checked = True
  176.       TabOrder = 3
  177.       TabStop = True
  178.     end
  179.     object MastercardRadioButton: TRadioButton
  180.       Left = 80
  181.       Top = 80
  182.       Width = 113
  183.       Height = 17
  184.       Caption = 'Mastercard'
  185.       TabOrder = 4
  186.     end
  187.     object FirstNameEdit: TEdit
  188.       Left = 80
  189.       Top = 32
  190.       Width = 113
  191.       Height = 21
  192.       MaxLength = 20
  193.       TabOrder = 0
  194.     end
  195.     object InitalEdit: TEdit
  196.       Left = 200
  197.       Top = 32
  198.       Width = 17
  199.       Height = 21
  200.       MaxLength = 1
  201.       TabOrder = 1
  202.     end
  203.     object SurnameEdit: TEdit
  204.       Left = 224
  205.       Top = 32
  206.       Width = 113
  207.       Height = 21
  208.       MaxLength = 20
  209.       TabOrder = 2
  210.     end
  211.     object MonthEdit: TMaskEdit
  212.       Left = 80
  213.       Top = 132
  214.       Width = 25
  215.       Height = 21
  216.       EditMask = '99;1;0'
  217.       Font.Charset = DEFAULT_CHARSET
  218.       Font.Color = clWindowText
  219.       Font.Height = -11
  220.       Font.Name = 'Courier'
  221.       Font.Style = []
  222.       MaxLength = 2
  223.       ParentFont = False
  224.       TabOrder = 9
  225.       Text = '  '
  226.     end
  227.     object YearEdit: TMaskEdit
  228.       Left = 120
  229.       Top = 132
  230.       Width = 25
  231.       Height = 21
  232.       EditMask = '99;1;0'
  233.       Font.Charset = DEFAULT_CHARSET
  234.       Font.Color = clWindowText
  235.       Font.Height = -11
  236.       Font.Name = 'Courier'
  237.       Font.Style = []
  238.       MaxLength = 2
  239.       ParentFont = False
  240.       TabOrder = 10
  241.       Text = '  '
  242.     end
  243.     object DigitsEdit2: TMaskEdit
  244.       Tag = 1
  245.       Left = 120
  246.       Top = 104
  247.       Width = 41
  248.       Height = 21
  249.       EditMask = '9999;1;0'
  250.       Font.Charset = DEFAULT_CHARSET
  251.       Font.Color = clWindowText
  252.       Font.Height = -11
  253.       Font.Name = 'Courier'
  254.       Font.Style = []
  255.       MaxLength = 4
  256.       ParentFont = False
  257.       TabOrder = 6
  258.       Text = '    '
  259.       OnKeyDown = DigitsEditKeyDown
  260.     end
  261.     object DigitsEdit3: TMaskEdit
  262.       Tag = 2
  263.       Left = 160
  264.       Top = 104
  265.       Width = 41
  266.       Height = 21
  267.       EditMask = '9999;1;0'
  268.       Font.Charset = DEFAULT_CHARSET
  269.       Font.Color = clWindowText
  270.       Font.Height = -11
  271.       Font.Name = 'Courier'
  272.       Font.Style = []
  273.       MaxLength = 4
  274.       ParentFont = False
  275.       TabOrder = 7
  276.       Text = '    '
  277.       OnKeyDown = DigitsEditKeyDown
  278.     end
  279.     object DigitsEdit4: TMaskEdit
  280.       Tag = 3
  281.       Left = 200
  282.       Top = 104
  283.       Width = 41
  284.       Height = 21
  285.       EditMask = '9999;1;0'
  286.       Font.Charset = DEFAULT_CHARSET
  287.       Font.Color = clWindowText
  288.       Font.Height = -11
  289.       Font.Name = 'Courier'
  290.       Font.Style = []
  291.       MaxLength = 4
  292.       ParentFont = False
  293.       TabOrder = 8
  294.       Text = '    '
  295.       OnKeyDown = DigitsEditKeyDown
  296.     end
  297.   end
  298.   object ReRegisterButton: TButton
  299.     Left = 152
  300.     Top = 280
  301.     Width = 123
  302.     Height = 25
  303.     Caption = 'Re-register (no charge)'
  304.     TabOrder = 4
  305.     OnClick = RegisterButtonClick
  306.   end
  307. end
  308.